home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE23
/
SURVIVE
/
FMMAIN.dfm
/
FMMAIN.txt
Wrap
Text File
|
1997-05-17
|
691b
|
35 lines
object frmMain: TfrmMain
Left = 197
Top = 92
Width = 552
Height = 447
Caption = 'Marker Demo Program'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Menu = mnuMain
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 16
object mnuMain: TMainMenu
Left = 7
Top = 28
object mnuIssue: TMenuItem
Caption = '&Issue'
ShortCut = 0
OnClick = mnuIssueClick
end
object mnuPayment: TMenuItem
Caption = '&Payment'
ShortCut = 0
OnClick = mnuPaymentClick
end
object mnuExit: TMenuItem
Caption = 'E&xit'
ShortCut = 0
OnClick = mnuExitClick
end
end
end